PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFileEx Class / getPageCanvas Method
The page number for which the canvas surface should be retrieved.
The position of page canvas, under or on top of existing page content.
In This Topic
    getPageCanvas Method
    In This Topic
    Gets the page canvas for the specified page.
    Syntax

    Parameters

    pageNumber
    The page number for which the canvas surface should be retrieved.
    pageCanvasPosition
    The position of page canvas, under or on top of existing page content.

    Return Value

    A Object that allows to draw on page surface.
    See Also